Bitmap for UWP
AddMapping(UnicodeRange[],String[],FontCollection,String,String,Single) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > FontFallbackBuilder クラス > AddMapping メソッド : AddMapping(UnicodeRange[],String[],FontCollection,String,String,Single) メソッド
Unicode ranges that apply to this mapping.
List of target family name strings.
Optional explicit font collection for this mapping.
Locale of the context.
Base family name to match against, if applicable.
Scale factor to multiply the result target font by.
Appends a single mapping to the list. Call this once for each additional mapping.
シンタックス
'宣言
 
Public Overloads Sub AddMapping( _
   ByVal ranges() As UnicodeRange, _
   ByVal targetFamilyNames() As System.String, _
   ByVal fontCollection As FontCollection, _
   ByVal localeName As System.String, _
   ByVal baseFamilyName As System.String, _
   Optional ByVal scale As System.Single _
) 
public void AddMapping( 
   UnicodeRange[] ranges,
   System.string[] targetFamilyNames,
   FontCollection fontCollection,
   System.string localeName,
   System.string baseFamilyName,
   System.float scale
)

パラメータ

ranges
Unicode ranges that apply to this mapping.
targetFamilyNames
List of target family name strings.
fontCollection
Optional explicit font collection for this mapping.
localeName
Locale of the context.
baseFamilyName
Base family name to match against, if applicable.
scale
Scale factor to multiply the result target font by.
参照

FontFallbackBuilder クラス
FontFallbackBuilder メンバ
オーバーロード一覧